This page last changed on Nov 29, 2008.

Oracle Data Service Integrator Documentation > Data Services Developer's Guide

Setting Workshop for WebLogic Initialization Parameters (.ini) for Oracle Data Service Integrator

Workshop for WebLogic is an Eclipse plugin. As such, it uses an initialization file that is similar to the eclipse.ini file available in basic installations of Eclipse. This file in turn provides directives to the Java Virtual Machine (JVM) in which the application runs.

The default parameters provides with Workshop for WebLogic are located in the following file:

{WORKSHOP_HOME}/workshop.ini

When running workshop.exe the settings in this file supersede any configuration settings in the eclipse.ini file.
By default the workshop.ini memory settings are:



-vmargs
-Xms384m
-Xmx768m
-XX:MaxPermSize=256m

If you encounter out-of-memory errors associated with running an Oracle Data Service Integrator project, try increasing the maximum memory setting. For example:

-Xmx1024m





Document generated by Confluence on Jan 13, 2009 15:57